xen public: make mmuext_op's vcpumask field const
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 14 May 2009 14:46:04 +0000 (15:46 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 14 May 2009 14:46:04 +0000 (15:46 +0100)
commitcda3e8c2a8e98f1883a49ccdd05357797b7e9e89
tree6ce417af484ebdcb795cee538e5611d03ddd61db
parent76bc713dd7fd13efa92fc129ac3910a1d00a4fda
xen public: make mmuext_op's vcpumask field const

Linux started to pass around pointers to 'const cpumask_t' a while ago,
and passing such a pointer to set_xen_guest_handle() requires that the
field be a handle for a constant type in order to avoid compiler
warnings.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/include/public/xen.h